home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8"?>
- <effect label="Gaussian Blur Large Radius">
- <description>
- Applies an Gaussian Blur to its input but does decimation on the source so it can run much faster with a loss in quality.
- </description>
-
- <property name="radius" type="float" default="0.0" label="Blur radius">
- <range min="0.0" max="500.0"/>
- <comments>
- Specifies the radius for the blur.
- </comments>
- </property>
-
- <property name="RatioOfConvolutionWindowToDiameter" type="float" default="3.0" label="Ratio Of Convolution Window To Diameter">
- <range min="0.0" max="5.0"/>
- <comments>
- Ratio of Convolution Window to Diameter -- 3 with a radius of 5 means a window of 30 (3 x diameter)
- </comments>
- </property>
-
- <property name="AppliedRadius" type="float" default="4.0" label="Applied blur radius">
- <range min="4.0" max="50.0"/>
- <comments>
- Internally applied blur radius -- the rest is applied via a transform
- </comments>
- </property>
-
- <property name="Channels" type="int" default="0" label="Channels to blur">
- <choice>AllChannels</choice>
- <choice>RedAlphaChannels</choice>
- <comments>
- Specifies which channels to blur -- allows optimization for clients who only need Red and alpha
- </comments>
- </property>
-
- <input index="0" name="Input"/>
- </effect>
-